flask: move policy headers into hypervisor
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Thu, 10 Jan 2013 17:30:47 +0000 (17:30 +0000)
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>
Thu, 10 Jan 2013 17:30:47 +0000 (17:30 +0000)
commitd05b3ddfdc8bb4c51c9764a6afaf7a3cce4a15fd
tree5de7abcce26a2b07ab1ce61e4ea903ac4345ace0
parent58f88f9eb2f2b16f1870c592c3310593039096e8
flask: move policy headers into hypervisor

Rather than keeping around headers that are autogenerated in order to
avoid adding build dependencies from xen/ to files in tools/, move the
relevant parts of the FLASK policy into the hypervisor tree and
generate the headers as part of the hypervisor's build.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Committed-by: Keir Fraser <keir@xen.org>
12 files changed:
.gitignore
.hgignore
tools/flask/policy/Makefile
tools/flask/policy/policy/flask/Makefile [deleted file]
tools/flask/policy/policy/flask/mkaccess_vector.sh
tools/flask/policy/policy/flask/mkflask.sh
xen/xsm/flask/Makefile
xen/xsm/flask/include/av_perm_to_string.h [deleted file]
xen/xsm/flask/include/av_permissions.h [deleted file]
xen/xsm/flask/include/class_to_string.h [deleted file]
xen/xsm/flask/include/flask.h [deleted file]
xen/xsm/flask/include/initial_sid_to_string.h [deleted file]